github.com/refraction-networking/utls.atLeastReader.R (field)
6 uses
io
io.go#L468: R Reader // underlying reader
io.go#L479: n, err = l.R.Read(p)
net
sendfile.go#L31: remain, r = lr.N, lr.R
splice_linux.go#L23: remain, r = lr.N, lr.R
net/http
transport.go#L1907: br := bufio.NewReader(&io.LimitedReader{R: conn, N: t.maxHeaderResponseSize()})
os
zero_copy_posix.go#L35: return lr, lr.R, remain
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |